home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / bbs / tronbbs / tron / menus / bulletin.src < prev    next >
Text File  |  1996-07-16  |  963b  |  72 lines

  1.  
  2. Menu "bulletin.menu"
  3.  
  4. flags  hotkeyable
  5. level  0 - 255 , "Bulletin.Ansi"
  6. prompt 0 , 0 - 255 , "|Bulletin Menu : "
  7. prompt 1 , 0 - 255 , "|Bulletin Menu : "
  8.  
  9. BEGIN     ; Start the command definitions
  10.  
  11.  
  12. Cmd "G" , 0-255
  13.    GotoMenu "Logout.Menu"
  14. EndCmd
  15.  
  16. Cmd "F" , 0-255
  17.    GotoMenu "File.Menu"               ;Spring naar een ander menu
  18. EndCmd
  19.  
  20. Cmd "M" , 0-255
  21.    GotoMenu "Mail.Menu"               ;Spring naar een ander menu
  22. EndCmd
  23.  
  24. Cmd "D" , 0-255
  25.    GotoMenu "Door.Menu"
  26. EndCmd
  27.  
  28. Cmd "E" , 0-255
  29.    GotoMenu "UserEdit.Menu"               ;Spring naar een ander menu
  30. EndCmd
  31.  
  32.  
  33.  
  34. Cmd "Q" , 0-255
  35.    GotoMenu "Main.Menu"
  36. EndCmd
  37.  
  38.  
  39.  
  40. Cmd "L" , 0-255
  41.    PrintFile  "tron:text/login2.ansi"
  42.    More
  43. EndCmd
  44.  
  45.  
  46. Cmd "T" , 0 - 255
  47. ;  DosCommand  "tron:utils/topdl >ram:top"
  48.    PrintFile   "tron:text/topdl.ansi"
  49.    More
  50. EndCmd
  51.  
  52. Cmd "O" , 0-255
  53.    CliDoor  "tron:utils/topDL"
  54.    More
  55. EndCmd
  56.  
  57.  
  58.  
  59.  
  60. Cmd "P" , 0-255
  61.    PageSysop
  62. EndCmd
  63.  
  64. Cmd "C" , 0-255
  65.    CommentToSysop
  66. EndCmd
  67.  
  68.  
  69.  
  70. END
  71.  
  72.